Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636331 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/172 - Math Game/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/172 - Math Game/js/script.js
174 Views
0 Comments
var playing = false;
var score;
var action;
var timeremaining;
var correctAnswer;

//if we click on the start/reset
document.getElementById("startreset").onclick = function() {